var reflect.funcLookupCache
7 uses
reflect (current package)
type.go#L1734: var funcLookupCache struct {
type.go#L1957: if ts, ok := funcLookupCache.m.Load(hash); ok {
type.go#L1966: funcLookupCache.Lock()
type.go#L1967: defer funcLookupCache.Unlock()
type.go#L1968: if ts, ok := funcLookupCache.m.Load(hash); ok {
type.go#L1978: if rti, ok := funcLookupCache.m.Load(hash); ok {
type.go#L1981: funcLookupCache.m.Store(hash, append(rts, tt))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |